home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1996 #5
/
Amiga Plus CD - 1996 - No. 5.iso
/
pd
/
tools
/
hbootv2_public
/
update_hboot
< prev
next >
Wrap
Text File
|
1996-05-14
|
1KB
|
83 lines
; This is the script for installing HandyBoot
; $VER: HBoot-Install 2.01 (29.5.96)
(complete 0)
(message "Handy Boot v2.01 Update \n"
"\n"
"This version of HBoot is FREEWARE !\n\n"
"<< Keep The Amiga Spirit Alive >>\n\n"
" Greatings from : \n"
"\n"
" Michael D.P. de Clerck\n"
" Increased Development.\n"
" May 1996 Rotterdam \n"
"\n"
"<< SPREAD THIS TOOL WHEREEVER U GO >>\n"
)
(set oldhboot "HBoot:HBoot")
(if (not (exists oldhboot))
(message "Cannot find old HBoot !\n\n"
"This installation script is ONLY\n"
"for updating HBoot v1 to v2 !\n\n")
; (exit)
)
(run "HBootv1tov2_Update")
(set @default-dest "HBoot:/")
(set destdir "HBoot:")
(complete 20)
(run "c:protect HBoot:#? +wrd all")
(Set userdir
(tackon destdir "Users")
)
(
(working "Updating HBoot 2.01 Program...")
(copyfiles
(prompt "")
(source "")
(help @copyfiles-help)
(dest destdir)
(infos)
(choices "HBoot")
(confirm)
)
)
(complete 60)
(copyfiles
(prompt "Where would you like the AmigaGuide documentation?")
(help @copyfiles-help)
(source "HBoot.Guide")
(dest destdir)
(infos)
(confirm)
)
(complete 100)
(message "Handy Boot v2.01 Update complete\n"
"\n"
"Thanx for updating to HBoot v2.01, check\n"
"the documentation for all the details !\n\n"
"\n"
)
(exit)